body {overflow-x:hidden;}
.container {
    width: 100%;
    position: relative;
    top: 400px;
	height: 800px;
    left: 50%;
    transform: translate(-50%, -50%);
	border:solid 0px;
}

.cabecalho {
	position: left;
	width: 850px;
	height: 35px;
	right: 0px;
	border:solid 0px;
    top: 20px;
    margin-left: 500px;
	background:#4682B4; 
	border-radius:20px 20px 0px 0px;
}

.conteudo {
	position: relative;
	width: 650px;
	height: 700px;
	right: 10px;
	border:solid 0px;
	top: 100px;
    margin-left: 500px;
	background:#DCDCDC; 
	border-radius:0px 20px 0px 20px;
	box-shadow: 5px 5px 5px 5px #808080;		
	z-index:1;
}

.inscont {
	position: left;
	width: 550px;
	height: 700px;
	right: 50px;
    top: 100px;
	margin-left: 30px;
	font-size: 12px;
	border:solid 0px;
	overflow: hidden;
	text-overflow: ellipsis;
}


.map{
	display: -webkit-flex;
	display:flex;
	height:500px;
	border:solid 0px;
}

.map__image{        
	min-width: 100px;
    position: fixed;  
	top: 20px;
	left: 20px;
	width: 430px;	
	border:solid 0px;
}                                                      
													   
.map__image path{                                      
	fill:#4682B4;                                      
	stroke: #FFF;                                      
	stroke-width: 1px;                                 
	transition: fill 0.3s;                             
}                                                      
													   
.map__image path:hover{                                
	fill:rgb(14, 114, 228);                                      
}	                                                   
													   
.map__list{     
    position: fixed; 
    margin-top: 42px;
    margin-left: 0px;	
	height: 5px;
	width:25%;     
	border:solid 0px;
	z-index:2;
}                                                      
													   
.map__list a{                                          
	color: inherit;
	text-decoration: none;
	transition: color 0.3s;
	border:solid 0px;
	
}

section div:first-child {
  width: 250px;
  height: 150px;
  position: relative;
  float: left;
}

.informe{     
    position: left; 
    margin-top: 42px;
    margin-left: 0px;	
	height: 5px;
}                                                      